projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5aad25a
)
GtkScrolledWindow: document changed default policy
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 25 Sep 2010 15:18:28 +0000
(11:18 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 25 Sep 2010 16:54:47 +0000
(12:54 -0400)
docs/reference/gtk/migrating-2to3.xml
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/migrating-2to3.xml
b/docs/reference/gtk/migrating-2to3.xml
index 1d003e23460c73a23430fb92f468bad32a274e3a..65c3879a05a7f309f356a5abd0838f039a408ba7 100644
(file)
--- a/
docs/reference/gtk/migrating-2to3.xml
+++ b/
docs/reference/gtk/migrating-2to3.xml
@@
-426,6
+426,15
@@
cairo_destroy (cr);
</para>
</section>
+ <section>
+ <title>GtkScrolledWindow policy</title>
+
+ <para>
+ The default values for the #GtkScrolledWindow:hscrollbar-policy and
+ #GtkScrolledWindow:vscrollbar-policy properties have been changed from
+ 'never' to 'automatic'. If your application was relying on the default
+ value, you will have explicitly set it explicitly.
+ </section>
<section>
<title>Prevent mixed linkage</title>
<para>